03. Docker

Docker

Docker

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

ND035 C04 L05 A03 Why Docker

What is a container?

SOLUTION: A bundled environment containing the tools, libraries, and other components to run an application